Radial Slider
Type
widget
Summary
The Radial Slider widget is for displaying data on a circular scale format.
Description
The Radial Slider widget is for displaying data on a circular scale format.
Compatibility and Support
Introduced
LiveCode 10
OS
mac
windows
linux
ios
android
Platforms
desktop
mobile
web
Children Properties
Message
Name | Summary | Syntax |
---|---|---|
valueChanged | Sent when the user moves the radial slider. | valueChanged pCurrentValue |
Property
Name | Summary | Syntax |
---|---|---|
showKnob | Specifies whether or not to display the knob on the radial slider | set the showKnob of widget to {true | false} get the showKnob of widget |
knobRadius | Specifies the radius with which the knob is drawn. | set the knobRadius of widget to <number> get the knobRadius of widget |
valueFormat | Specifies the format to render the value. | set the valueFormat of widget to <string> get the valueFormat of widget |
currentValue | Specifies the current value of a Radial Slider draggable thumb. | set the currentValue of widget to <number> get the currentValue of widget |
Interactive | Specifies whether the widget responds to user interactions. | set the interactive of widget to {true | false} get the interactive of widget |
arcAngle | Specifies the angle used to draw an arc. | set the arcAngle of widget to <number> get the arcAngle of widget |
indicatorLines | Specifies the number of lines to be drawn on the gauge. | set the indicatorLines of widget to <number> get the indicatorLines of widget |
minValue | Specifies the value corresponding to a radial slider widget's start value. | set the minValue of widget to <number> get the minValue of widget |
maxValue | Specifies the value corresponding to a radial slider widget's end value. | set the maxValue of widget to <number> get the maxValue of widget |
indicatorLineSize | Specifies the thickness of the Radial Slider line. | set the indicatorLineSize of widget to <number> get the indicatorLineSize of widget |
measurementUnit | Specify the unit of measure. | set the measurementUnit of widget to <string> get the measurementUnit of widget |
indicatorColor | Specify the color that the radial slider indicator will have. | set the indicatorColor of widget to <RGBA color> get the indicatorColor of widget |
scaleBackColor | Specify the color that the background of the radial slider will have. | set the scaleBackColor of widget to <RGBA color> get the scaleBackColor of widget |
scaleLineColor | Specifies the color of the radial slider scale lines. | set the scaleLineColor of widget to <RGBA color> get the scaleLineColor of widget |